@media (min-width: 800px) {
  .content-container {
    padding-top: 0px  !important;
    padding-bottom: 20px !important;
  }
  .main-container {
    padding-top: 0px !important;
    min-width: 1200px;
    overflow: auto;
  }
}
.gridBox {
  margin-bottom: 25px;
}
.gridBox * {
  box-sizing: border-box;
}
.gridBox .gridRow {
  display: flex;
}
.gridBox .gridItem {
  flex-shrink: 0;
  width: 289.67px;
  height: 163.83px;
  margin-right: 17px;
  margin-bottom: 22px;
  overflow: hidden;
}
.gridBox .gridItem.right {
  margin-right: 0;
}
.gridBox .gridItem.big {
  width: 741px;
  height: 424px;
}
.gridBox .gridItem.big img {
  transition: all 0.5s;
}
.gridBox .gridItem.big:hover {
  opacity: 0.8;
}
.gridBox .gridLink {
  display: block;
  width: 100%;
  height: 100%;
}
.gridBox .gridImg {
  width: 100%;
  height: 100%;
}
.gridBox .videoItem {
  position: relative;
}
.gridBox .videoItem:hover {
  opacity: 0.8;
}
.gridBox .videoItem:hover .bg {
  transform: scale(1.16);
}
.gridBox .videoItem .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.5s;
}
.gridBox .videoItem .titleBox {
  position: absolute;
  bottom: 16px;
  left: 12px;
}
.gridBox .videoItem .link {
  position: absolute;
  width: 100%;
  height: 100%;
}
.gridBox .videoItem .content {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  height: 80px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 0px 0px 5px 5px;
  padding-top: 35px;
  padding-left: 12px;
  padding-right: 12px;
}
.gridBox .videoItem .title {
  width: 264px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}
.gridBox .videoItem .column {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  background: #01ba7e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 17px;
  cursor: pointer;
}
.gridBox .videoItem .column:hover {
  background: #000 !important;
}
.gridBox .videoItem .time {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}
.gridBox .iconBox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10000;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.gridBox .playIcon {
  font-size: 20px;
  color: #fff;
}
.gridBox .imgItem:hover img {
  opacity: 0.8;
}
.homeMain {
  width: 100%;
  display: flex;
  border-top: 1px solid #D8D8D8;
}
.homeMain .homeLeft {
  flex: 1 0 auto;
  width: 0;
  margin-right: 40px;
}
.homeMain .homeRight {
  width: 333px;
}
.sectionArticleList {
  display: flex;
  flex-wrap: wrap;
}
.sectionArticleList * {
  box-sizing: border-box;
}
.sectionArticleList .item {
  position: relative;
  width: 400px;
  height: 322px;
  flex-shrink: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #f4f4f4;
  border-radius: 5px 5px 0px 0px;
}
.sectionArticleList .item:nth-child(2n) {
  margin-right: 0;
}
.sectionArticleList .item:hover {
  opacity: 0.8;
}
.sectionArticleList .item:hover .img {
  transform: scale(1.16);
}
.sectionArticleList .imgBox {
  width: 100%;
  height: 225px;
  overflow: hidden;
}
.sectionArticleList .img {
  height: 225px;
  background-size: cover;
  transition: all 0.5s;
}
.sectionArticleList .body {
  padding: 10px 15px;
}
.sectionArticleList .titleBox {
  height: 48px;
}
.sectionArticleList .title {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: 20px;
}
.sectionArticleList .title:hover {
  color: #0A7FFF;
}
.sectionArticleList .column {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  background: #01ba7e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 17px;
}
.sectionArticleList .column:hover {
  background-color: #000 !important;
}
.sectionArticleList .meta {
  display: flex;
  justify-content: space-between;
}
.sectionArticleList .userName {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 17px;
}
.sectionArticleList .userName:hover {
  color: #0A7FFF;
}
.sectionArticleList .comment {
  display: flex;
  align-items: center;
}
.sectionArticleList .comment:hover .commentText,
.sectionArticleList .comment:hover .commentIcon {
  color: #0A7FFF;
}
.sectionArticleList .commentText {
  font-size: 16px;
  font-weight: 400;
  color: #888;
  line-height: 1;
}
.sectionArticleList .commentIcon {
  font-size: 18px;
  margin-left: 10px;
  color: #888;
  line-height: 1;
}
.homeSwiper {
  height: 100%;
}
.coopBox {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(222deg, #3f424d 0%, #292b30 100%);
  cursor: pointer;
}
.coopBox * {
  box-sizing: border-box;
}
.coopBox:hover {
  opacity: 0.8;
}
.coopBox .tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  height: 34px;
  background: #01ba7e;
  border-radius: 5px 0px 50px 0px;
  padding-top: 5px;
  padding-left: 32px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
}
.coopBox .qrText {
  position: absolute;
  top: 5px;
  right: 63px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
}
.coopBox .list {
  padding: 46px 36px 0 36px;
  display: flex;
  justify-content: space-between;
}
.coopBox .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.coopBox .list .qrcode {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.coopBox .list .qrcode:hover {
  transform: scale(2);
}
.coopBox .list .name {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
.coopBox .list .code {
  display: none;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
.latestArticleList {
  box-sizing: border-box;
}
.latestArticleList .item {
  position: relative;
  padding: 20px 0;
}
.latestArticleList .item:hover .shadow {
  display: block;
}
.latestArticleList .item:hover .title {
  color: #0A7FFF;
}
.latestArticleList .shadow {
  display: none;
  position: absolute;
  left: -16px;
  right: -16px;
  top: 0;
  bottom: 0;
  z-index: 2;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
}
.latestArticleList .link {
  position: relative;
  z-index: 2;
  display: flex;
}
.latestArticleList .imgBox {
  position: relative;
  width: 256px;
  height: 153.6px;
}
.latestArticleList .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.latestArticleList .body {
  flex-grow: 1;
  position: relative;
}
.latestArticleList .title {
  width: 547px;
  font-size: 24px;
  font-weight: 600;
  color: #262626;
  line-height: 33px;
}
.latestArticleList .column {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 25px;
  background: #01ba7e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 17px;
  border-radius: 9px 0px 13px 0px;
}
.latestArticleList .column:hover {
  background-color: #000 !important;
}
.latestArticleList .meta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  padding-right: 16px;
  left: 0;
  bottom: 0;
  padding-bottom: 4px;
}
.latestArticleList .user {
  display: flex;
  align-items: center;
  color: #888;
  font-size: 16px;
  line-height: 22px;
}
.latestArticleList .comment {
  padding-right: 16px;
}
.latestArticleList .comment:hover {
  color: #0A7FFF !important;
}
.latestArticleList .commentText {
  color: #aaa;
  font-size: 14px;
}
.latestArticleList .commentIcon {
  color: #aaa;
  margin-left: 8px;
  font-size: 14px;
}
.latestArticleList .userName:hover {
  color: #0A7FFF !important;
}
.latestArticleList .comment {
  display: flex;
  align-items: center;
}
.recommendBox {
  position: relative;
  width: 1200px;
  margin-top: 20px;
  box-sizing: border-box;
  border-top: 1px solid #D8D8D8;
}
.recommendBox * {
  box-sizing: border-box;
}
.recommendBox .titleBox {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.recommendBox .goodTitle {
  display: flex;
  align-items: center;
  padding-top: 10px;
  margin-bottom: 20px;
  border-top: 4px solid var(--color-primary);
}
.recommendBox .goodTitle span {
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  line-height: 37px;
}
.recommendBox .goodTitle .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 12px;
  margin-right: 12px;
  background: #000;
  border-radius: 4px;
}
.recommendBox .goodTitle .recommendIcon {
  margin-right: 8px;
}
.recommendBox.theme-dark {
  background: #000;
  padding: 0 16px;
}
.recommendBox.theme-dark .goodTitle {
  color: #fff;
}
.recommendBox .leftMore {
  display: none;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 1000;
  background: #fff;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8px;
  width: 129px;
  height: 237px;
  background: linear-gradient(90deg, #F3F5F7 0%, rgba(243, 245, 247, 0) 100%);
}
.recommendBox .rightMore {
  position: absolute;
  top: 56px;
  right: 0;
  z-index: 1000;
  width: 129px;
  height: 237px;
  background: linear-gradient(90deg, rgba(243, 245, 247, 0) 0%, #F3F5F7 100%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 8px;
}
.recommendBox .leftIcon,
.recommendBox .rightIcon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  font-size: 20px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.recommendBox .leftIcon:hover,
.recommendBox .rightIcon:hover {
  color: #fff;
  background: var(--color-primary);
}
.recommendBox .moreSm {
  flex-shrink: 0;
  width: 400px;
  height: 230px;
  display: flex;
  align-items: center;
  padding-left: 32px;
}
.recommendBox .moreSm .moreSmBtn {
  width: 96px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-primary);
  background-color: #f7f7f7;
}
.recommendBox .moreSm .moreSmBtn:hover {
  color: #fff;
  background-color: var(--color-primary);
}
.sectionArticleListSm {
  width: 1200px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}
.sectionArticleListSm * {
  box-sizing: border-box;
}
.sectionArticleListSm .item {
  position: relative;
  width: 288.33px;
  flex-shrink: 0;
  margin-right: 16px;
}
.sectionArticleListSm .item:hover {
  opacity: 0.8;
}
.sectionArticleListSm .item:hover .img {
  transform: scale(1.16);
}
.sectionArticleListSm .imgBox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.sectionArticleListSm .img {
  height: 173px;
  transition: all 0.5s;
  background-size: cover;
}
.sectionArticleListSm .titleBox {
  height: 50px;
}
.sectionArticleListSm .title {
  width: 288px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
}
.sectionArticleListSm .column {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  background: #01ba7e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 17px;
}
.sectionArticleListSm .column:hover {
  background-color: #000 !important;
}
.sectionArticleListSm .meta {
  display: flex;
  justify-content: space-between;
}
.sectionArticleListSm .userName {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 17px;
}
.sectionArticleListSm .userName:hover {
  color: #0A7FFF;
}
.sectionArticleListSm .comment {
  display: flex;
  align-items: center;
}
.sectionArticleListSm .comment:hover .commentText,
.sectionArticleListSm .comment:hover .commentIcon {
  color: #0A7FFF;
}
.sectionArticleListSm .commentText {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1;
}
.sectionArticleListSm .commentIcon {
  font-size: 16px;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1;
}
.richMore {
  margin-top: 40px !important;
}
.main-container {
  width: 100%;
}
.homeQrcodes {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.homeQrcodes * {
  box-sizing: border-box;
}
.homeQrcodes .item {
  position: relative;
  width: 50%;
  padding: 16px;
  border-right: 1px solid rgba(216, 216, 216, 0.3);
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homeQrcodes .item:nth-child(2n) {
  border-right: none;
}
.homeQrcodes .item:hover .itemMask {
  display: flex;
}
.homeQrcodes .logoBox {
  width: 44px;
  height: 44px;
  background: #EEEEEE;
  border-radius: 50%;
  margin-bottom: 12px;
  overflow: hidden;
}
.homeQrcodes .logo {
  width: 44px;
  height: 44px;
}
.homeQrcodes .desc {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.homeQrcodes .itemMask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.homeQrcodes .qrcode {
  width: 116px;
  height: 116px;
}
.mobile-container {
  padding: 0 12px;
}
.mobile-banners {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  box-sizing: border-box;
}
.mobile-banners * {
  box-sizing: border-box;
}
.mobile-banners .item {
  flex: 1 0 auto;
  width: 0;
  height: 96px;
  min-width: 40%;
}
.mobile-banners .link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.mobile-banners .bg {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.mobile-banners .content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 12px;
  font-size: 10px;
  color: #fff;
}
.mobile-banners .fillImg {
  width: 100%;
  height: 100%;
}
.mobile-banners .iconBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.mobile-banners .playIcon {
  color: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
}
.mobile-section {
  border-top: 1px solid #D8D8D8;
  margin-top: 21px;
}
.mobile-section .header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mobile-section .header .title {
  padding-top: 11px;
  border-top: 4px solid var(--color-primary);
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  line-height: 21px;
}
.mobile-home-menu-box {
  height: 87px;
  background-color: #fff;
  padding: 20px 0;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.mobile-home-menu-box * {
  box-sizing: border-box;
}
.mobile-home-menu-box .list {
  display: flex;
  justify-content: space-between;
}
.mobile-home-menu-box .item {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-home-menu-box .menuIcon {
  width: 23px;
  height: 23px;
  margin-bottom: 6px;
}
.mobile-home-menu-box .label {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
}
